home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TEDITOPTIONS / TEDITOPTIONS.txt
Text File  |  1997-06-09  |  4KB  |  192 lines

  1. object EditOptions: TEditOptions
  2.   Left = 246
  3.   Top = 162
  4.   HelpContext = 215
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Buffer Options'
  8.   ClientHeight = 272
  9.   ClientWidth = 288
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 72
  20.     Width = 107
  21.     Height = 13
  22.     Caption = 'Blank line replacement'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 24
  32.     Width = 48
  33.     Height = 13
  34.     Caption = 'Line prefix'
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object WrapTxt: TLabel
  42.     Left = 44
  43.     Top = 178
  44.     Width = 64
  45.     Height = 13
  46.     Alignment = taRightJustify
  47.     Caption = 'Wrap Column'
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object OKBtn: TBitBtn
  55.     Left = 24
  56.     Top = 236
  57.     Width = 77
  58.     Height = 27
  59.     Font.Color = clBtnText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     Kind = bkOK
  66.     Margin = 2
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 106
  72.     Top = 236
  73.     Width = 77
  74.     Height = 27
  75.     Font.Color = clBtnText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 3
  81.     Kind = bkCancel
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object Blank: TEdit
  87.     Left = 24
  88.     Top = 88
  89.     Width = 241
  90.     Height = 21
  91.     AutoSize = False
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 1
  98.   end
  99.   object Prefix: TComboBox
  100.     Left = 24
  101.     Top = 40
  102.     Width = 241
  103.     Height = 21
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ItemHeight = 13
  109.     ParentFont = False
  110.     TabOrder = 0
  111.     OnChange = PrefixChange
  112.     OnEnter = PrefixEnter
  113.     OnExit = PrefixExit
  114.   end
  115.   object Wrap: TCheckBox
  116.     Left = 50
  117.     Top = 128
  118.     Width = 81
  119.     Height = 17
  120.     Alignment = taLeftJustify
  121.     Caption = 'Word Wrap'
  122.     Font.Color = clWindowText
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 4
  128.     OnClick = WrapClick
  129.   end
  130.   object AutoWrap: TCheckBox
  131.     Left = 55
  132.     Top = 152
  133.     Width = 76
  134.     Height = 17
  135.     Alignment = taLeftJustify
  136.     Caption = 'Auto Wrap'
  137.     Font.Color = clWindowText
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     TabOrder = 5
  143.     OnClick = AutoWrapClick
  144.   end
  145.   object WrapCol: TEdit
  146.     Left = 118
  147.     Top = 176
  148.     Width = 81
  149.     Height = 21
  150.     AutoSize = False
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ParentFont = False
  156.     TabOrder = 6
  157.     Text = '0'
  158.   end
  159.   object BitBtn1: TBitBtn
  160.     Left = 188
  161.     Top = 236
  162.     Width = 77
  163.     Height = 27
  164.     HelpContext = 215
  165.     Font.Color = clBtnText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ParentFont = False
  170.     TabOrder = 7
  171.     Kind = bkHelp
  172.     Margin = 2
  173.     Spacing = -1
  174.     IsControl = True
  175.   end
  176.   object AutoClear: TCheckBox
  177.     Left = 55
  178.     Top = 208
  179.     Width = 76
  180.     Height = 17
  181.     Alignment = taLeftJustify
  182.     Caption = 'Auto clear'
  183.     Font.Color = clWindowText
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     TabOrder = 8
  189.     OnClick = AutoWrapClick
  190.   end
  191. end
  192.